number or currency is a Number or Currency value or expression. | |
CCur returns a Currency value created by converting the given Number, Currency or String type argument to a Currency value. If the conversion cannot be done, an error occurs.
The following examples are applicable to both Basic and Crystal syntax:
In Crystal syntax this is equivalent to writing $200.20. In Basic syntax, CCur (200.20) is the way to directly create a Currency value of 200.20.
Returns the Currency value CCur (200.20) given the String value "$200.20".
Causes an error to occur. The CCur function cannot convert the String "two hundred dollars" to a Currency value.
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |